{ "version": 4, "terraform_version": "1.6.3", "serial": 102, "lineage": "867609e9-8b84-7b0c-b2ab-7049c79c3693", "outputs": { "db_endpoint": { "value": "db-4.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-cf766e78f55892e88", "ami": "ami-ee087628", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-bd8d78a3"], "subnet_id": "subnet-e87490a0", "key_name": "prod-deploy-key" } } ] } ] }