{ "version": 4, "terraform_version": "1.5.3", "serial": 541, "lineage": "bb429e13-848a-bcd7-2729-af27328cab1f", "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-e9bb6d2c6d8adcaa2", "ami": "ami-de4451f9", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-35eb8605"], "subnet_id": "subnet-618e0338", "key_name": "prod-deploy-key" } } ] } ] }