{ "version": 4, "terraform_version": "1.8.3", "serial": 493, "lineage": "b982120a-62ec-1a73-37d7-b8797c52fdee", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-e2152dd99281c13fa", "ami": "ami-37f77689", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-83393829"], "subnet_id": "subnet-5c4599b3", "key_name": "prod-deploy-key" } } ] } ] }