{ "version": 4, "terraform_version": "1.7.3", "serial": 542, "lineage": "06bc1f5d-2338-7310-5b33-5b28351a369e", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-e735e4fcae6997d45", "ami": "ami-aba7cf33", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-fe335d27"], "subnet_id": "subnet-ccf392bc", "key_name": "prod-deploy-key" } } ] } ] }