{ "version": 4, "terraform_version": "1.6.7", "serial": 464, "lineage": "b0af0040-42dd-c56a-742c-fa9f675b4119", "outputs": { "db_endpoint": { "value": "db-0.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-c537ca59079b2c151", "ami": "ami-c425fa5f", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-7c76bef7"], "subnet_id": "subnet-8d6f2df6", "key_name": "prod-deploy-key" } } ] } ] }