{ "version": 4, "terraform_version": "1.5.4", "serial": 581, "lineage": "64ba4115-f3b8-5ed4-4d4b-cfa182f17498", "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-5692901ca85e5c71c", "ami": "ami-e9b1c997", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-812a3839"], "subnet_id": "subnet-30a46b65", "key_name": "prod-deploy-key" } } ] } ] }