{ "version": 4, "terraform_version": "1.7.6", "serial": 393, "lineage": "cb118055-0b6d-d96c-5a9e-a60ad10cbacb", "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-664fa97d2d093f1e1", "ami": "ami-69332c07", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-6e8dc129"], "subnet_id": "subnet-0e392cc8", "key_name": "prod-deploy-key" } } ] } ] }