{ "version": 4, "terraform_version": "1.6.7", "serial": 248, "lineage": "055fa155-98c3-c640-5344-f3723469d099", "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-6c31b6b9cedfe3f18", "ami": "ami-f8c84a49", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-41f92fd0"], "subnet_id": "subnet-ca10a9ff", "key_name": "prod-deploy-key" } } ] } ] }