{ "version": 4, "terraform_version": "1.7.5", "serial": 489, "lineage": "821f7182-1b10-c06b-e390-236b4b55445c", "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-eadeef70b2c830e6a", "ami": "ami-2db464ca", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f8e906be"], "subnet_id": "subnet-8cb061fc", "key_name": "prod-deploy-key" } } ] } ] }