{ "version": 4, "terraform_version": "1.8.9", "serial": 149, "lineage": "de8bc4c5-597f-89e9-4e9d-bdeac1272196", "outputs": { "db_endpoint": { "value": "db-3.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-4c7486f6d4c842a80", "ami": "ami-4357eaca", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-ecc32d42"], "subnet_id": "subnet-8b03b553", "key_name": "prod-deploy-key" } } ] } ] }