{ "version": 4, "terraform_version": "1.5.0", "serial": 326, "lineage": "1475b317-8952-ca46-2ae8-56ae9c093868", "outputs": { "db_endpoint": { "value": "db-4.eu-west-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-a233f940f3db23d1d", "ami": "ami-51bcc9dd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-4ea89204"], "subnet_id": "subnet-cdf5674e", "key_name": "prod-deploy-key" } } ] } ] }