{ "version": 4, "terraform_version": "1.8.6", "serial": 530, "lineage": "39d3ae55-bff1-989b-2057-b8e76dbdc940", "outputs": { "db_endpoint": { "value": "db-2.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-c30961c6e5a4a17b5", "ami": "ami-5014266b", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-f2d910d1"], "subnet_id": "subnet-9ebffa55", "key_name": "prod-deploy-key" } } ] } ] }