{ "version": 4, "terraform_version": "1.5.0", "serial": 520, "lineage": "44fbb9ca-d146-efc1-5a42-436dfaf5b2de", "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-7a2e16c38b779713c", "ami": "ami-4bd3837c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1751c995"], "subnet_id": "subnet-e7ce8f90", "key_name": "prod-deploy-key" } } ] } ] }