{ "version": 4, "terraform_version": "1.7.2", "serial": 186, "lineage": "89caf1e4-71a3-e246-58f7-afe07d237625", "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-ce869067c5c2c2909", "ami": "ami-68b8f349", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-56eb9ee5"], "subnet_id": "subnet-09213b43", "key_name": "prod-deploy-key" } } ] } ] }