{ "version": 4, "terraform_version": "1.5.0", "serial": 308, "lineage": "6923f628-6b9c-5542-6fcb-133f8bdc88f3", "outputs": { "db_endpoint": { "value": "db-2.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-5faca5683538dc189", "ami": "ami-4a9f590c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-d34b9a49"], "subnet_id": "subnet-7619a682", "key_name": "prod-deploy-key" } } ] } ] }