{ "version": 4, "terraform_version": "1.6.7", "serial": 525, "lineage": "1c1868bd-c640-3390-3b1f-08165ec1f88c", "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-bfbd3e02dc209c626", "ami": "ami-0e66611c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-232427d9"], "subnet_id": "subnet-84dc5271", "key_name": "prod-deploy-key" } } ] } ] }