{ "version": 4, "terraform_version": "1.8.8", "serial": 195, "lineage": "20e0ae13-15d1-d0c3-0fa1-d76be11e9c63", "outputs": { "db_endpoint": { "value": "db-1.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-38496123d521c57e0", "ami": "ami-755d4137", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-d5e7244b"], "subnet_id": "subnet-2cefe9e0", "key_name": "prod-deploy-key" } } ] } ] }