{ "version": 4, "terraform_version": "1.8.8", "serial": 574, "lineage": "641d1f59-6201-26d7-c505-82ca7485a96e", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.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-b290b8c9d80958a3d", "ami": "ami-c33d6e40", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ed1676e9"], "subnet_id": "subnet-112fcc1b", "key_name": "prod-deploy-key" } } ] } ] }