{ "version": 4, "terraform_version": "1.5.0", "serial": 130, "lineage": "8b5e7160-5f27-f19f-f184-cdfa7f1b6922", "outputs": { "db_endpoint": { "value": "db-2.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-721408d01673c2ff0", "ami": "ami-80826e38", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f6574e09"], "subnet_id": "subnet-8355dd72", "key_name": "prod-deploy-key" } } ] } ] }