{ "version": 4, "terraform_version": "1.8.3", "serial": 249, "lineage": "b041090e-339e-a606-5951-95521657d447", "outputs": { "db_endpoint": { "value": "db-3.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-f447e9634fe96ca0d", "ami": "ami-f1fd20ab", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-61f61273"], "subnet_id": "subnet-3adda966", "key_name": "prod-deploy-key" } } ] } ] }