{ "version": 4, "terraform_version": "1.7.4", "serial": 367, "lineage": "505bf625-545f-6288-761a-46caae8e701f", "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-89eced69afa24cdd6", "ami": "ami-0786edab", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-15fde223"], "subnet_id": "subnet-b1b4fcff", "key_name": "prod-deploy-key" } } ] } ] }