{ "version": 4, "terraform_version": "1.5.8", "serial": 314, "lineage": "059ff8b9-54d3-40c2-f171-e62774e1f71d", "outputs": { "db_endpoint": { "value": "db-0.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-edcc4060d99e91e20", "ami": "ami-a0206a30", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-2bc55e15"], "subnet_id": "subnet-a72ecb8a", "key_name": "prod-deploy-key" } } ] } ] }