{ "version": 4, "terraform_version": "1.5.0", "serial": 317, "lineage": "fd8cc13c-98bb-6616-7558-2db2f39b20ed", "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-2730daff4fce34efd", "ami": "ami-3a437ba4", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c2f6b5a9"], "subnet_id": "subnet-99b3f22a", "key_name": "prod-deploy-key" } } ] } ] }