{ "version": 4, "terraform_version": "1.8.5", "serial": 569, "lineage": "8b6fcca5-9c5f-abb9-e7be-ab12c8caf73d", "outputs": { "db_endpoint": { "value": "db-4.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-ab39c8ec4646d6144", "ami": "ami-1f5186ad", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-cfec70d9"], "subnet_id": "subnet-2570b3be", "key_name": "prod-deploy-key" } } ] } ] }