{ "version": 4, "terraform_version": "1.6.7", "serial": 368, "lineage": "f654416b-0b70-eb4b-a1df-1fcb0145a58c", "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-bd2978308ee2ca242", "ami": "ami-a6cbfa3c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-63a646b1"], "subnet_id": "subnet-b1de04e3", "key_name": "prod-deploy-key" } } ] } ] }