{ "version": 4, "terraform_version": "1.6.8", "serial": 368, "lineage": "e814480e-8c3b-1de2-0c74-16faf0db2650", "outputs": { "db_endpoint": { "value": "db-2.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-a9a3c5598982ea06e", "ami": "ami-7264cdc0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-4b47cc5f"], "subnet_id": "subnet-77462c90", "key_name": "prod-deploy-key" } } ] } ] }