{ "version": 4, "terraform_version": "1.6.5", "serial": 118, "lineage": "90117e63-e767-8362-dc4d-15d3ee7178c2", "outputs": { "db_endpoint": { "value": "db-1.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-daa75e68c763b9a11", "ami": "ami-d8f19ee3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-0e3fc564"], "subnet_id": "subnet-a487a819", "key_name": "prod-deploy-key" } } ] } ] }