{ "version": 4, "terraform_version": "1.6.9", "serial": 548, "lineage": "c9c8efce-2b5d-7ea0-47e6-c48370a54c9d", "outputs": { "db_endpoint": { "value": "db-3.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-9824a875450951a74", "ami": "ami-5da8a295", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-fa707366"], "subnet_id": "subnet-c5ff157b", "key_name": "prod-deploy-key" } } ] } ] }