{ "version": 4, "terraform_version": "1.7.9", "serial": 434, "lineage": "b73d8798-a655-c521-d659-75b46a7e1723", "outputs": { "db_endpoint": { "value": "db-2.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-761c9b3ae7513f085", "ami": "ami-28f1cf14", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-aeb4f290"], "subnet_id": "subnet-7ba50185", "key_name": "prod-deploy-key" } } ] } ] }