{ "version": 4, "terraform_version": "1.8.8", "serial": 336, "lineage": "2f12424e-989e-b140-0115-79da2992460f", "outputs": { "db_endpoint": { "value": "db-1.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-a4aee0cbea5f51670", "ami": "ami-4b16d9eb", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-4cf098ca"], "subnet_id": "subnet-30f277d8", "key_name": "prod-deploy-key" } } ] } ] }