{ "version": 4, "terraform_version": "1.6.6", "serial": 220, "lineage": "3e00b729-78f6-ba50-f0ad-596a9527f6b7", "outputs": { "db_endpoint": { "value": "db-0.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-6f87904a6e8116edc", "ami": "ami-1adf0278", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e5020275"], "subnet_id": "subnet-ba544453", "key_name": "prod-deploy-key" } } ] } ] }