{ "version": 4, "terraform_version": "1.7.2", "serial": 428, "lineage": "ba6b570e-4eea-2ff0-d7fd-cd624a4a4773", "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-17760c6c8aec6e398", "ami": "ami-b43204ec", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-c47d4a9f"], "subnet_id": "subnet-f3ffe60f", "key_name": "prod-deploy-key" } } ] } ] }