{ "version": 4, "terraform_version": "1.6.2", "serial": 349, "lineage": "cb0b1e64-f4d7-6c45-318a-aae6b5cdf0f9", "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-b812502659c67a412", "ami": "ami-79a8a6e9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5552f61d"], "subnet_id": "subnet-2cf4c5e5", "key_name": "prod-deploy-key" } } ] } ] }