{ "version": 4, "terraform_version": "1.8.3", "serial": 156, "lineage": "73357807-36eb-ed20-d7d3-079eaa0aea56", "outputs": { "db_endpoint": { "value": "db-2.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-5f827d2308e821999", "ami": "ami-ed2d5cd1", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-53efc390"], "subnet_id": "subnet-4bb4d67f", "key_name": "prod-deploy-key" } } ] } ] }