{ "version": 4, "terraform_version": "1.6.0", "serial": 166, "lineage": "88c326ba-5938-f5e8-8eda-cc0aa1c079fb", "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-e92cf4e94823ab278", "ami": "ami-2e031957", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-43718842"], "subnet_id": "subnet-deeb8d1c", "key_name": "prod-deploy-key" } } ] } ] }