{ "version": 4, "terraform_version": "1.7.8", "serial": 265, "lineage": "788ba025-020f-61bf-3ca2-4e29eb64e931", "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-822c4602836285e0a", "ami": "ami-b8397dca", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-97ae61b4"], "subnet_id": "subnet-e094c7e7", "key_name": "prod-deploy-key" } } ] } ] }