{ "version": 4, "terraform_version": "1.8.1", "serial": 562, "lineage": "3da46378-a440-fae1-d2c9-39155a4b29fe", "outputs": { "db_endpoint": { "value": "db-3.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-a0fb4920361d56c0e", "ami": "ami-c3ccc54e", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bed36c1a"], "subnet_id": "subnet-659e9a9d", "key_name": "prod-deploy-key" } } ] } ] }