{ "version": 4, "terraform_version": "1.7.2", "serial": 110, "lineage": "3a211fbb-589a-226d-c431-d6f4fe4fdee7", "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-27de8ec6f58713a17", "ami": "ami-ae7cbf71", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-8c07f071"], "subnet_id": "subnet-9c639700", "key_name": "prod-deploy-key" } } ] } ] }