{ "version": 4, "terraform_version": "1.6.6", "serial": 225, "lineage": "33228d0c-190a-7f42-95cb-e53d74cfb600", "outputs": { "db_endpoint": { "value": "db-4.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-ae7c23c3d7db72a39", "ami": "ami-90666227", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-57b8d1d1"], "subnet_id": "subnet-b27e0ef7", "key_name": "prod-deploy-key" } } ] } ] }