{ "version": 4, "terraform_version": "1.8.1", "serial": 114, "lineage": "e5b378de-bfce-313c-3cac-ed969cca1520", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-a925ade40885d8bd8", "ami": "ami-8744972f", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-810e5538"], "subnet_id": "subnet-34ab9596", "key_name": "prod-deploy-key" } } ] } ] }