{ "version": 4, "terraform_version": "1.5.7", "serial": 501, "lineage": "7f57a6a1-5e85-465b-ce9c-70545eb491e3", "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-26cd773a0f92bffbc", "ami": "ami-d8ddb172", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3b4ab957"], "subnet_id": "subnet-97a58655", "key_name": "prod-deploy-key" } } ] } ] }