{ "version": 4, "terraform_version": "1.8.9", "serial": 363, "lineage": "dc5325b9-dc3a-625a-ae5f-bcc6536eb2d7", "outputs": { "db_endpoint": { "value": "db-0.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-3cb4f955528c16a2e", "ami": "ami-d9a12dfc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f5306a65"], "subnet_id": "subnet-6a7ed94f", "key_name": "prod-deploy-key" } } ] } ] }