{ "version": 4, "terraform_version": "1.5.3", "serial": 532, "lineage": "c77e2ba3-45f6-048f-8bb3-dc68e750f224", "outputs": { "db_endpoint": { "value": "db-3.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-683e206019f611c2f", "ami": "ami-87768226", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d85a73c3"], "subnet_id": "subnet-ada6dc53", "key_name": "prod-deploy-key" } } ] } ] }