{ "version": 4, "terraform_version": "1.5.3", "serial": 148, "lineage": "991021b4-fc32-ed7a-4ca8-1ffc7fd71e3a", "outputs": { "db_endpoint": { "value": "db-4.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-1290909c03f3cd9d9", "ami": "ami-a6c49ac0", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-45c8ae5d"], "subnet_id": "subnet-fc1f1b23", "key_name": "prod-deploy-key" } } ] } ] }