{ "version": 4, "terraform_version": "1.6.5", "serial": 308, "lineage": "f637aebd-eb60-4bfd-ee51-836b6db67075", "outputs": { "db_endpoint": { "value": "db-4.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-0ce10e0dde1351c91", "ami": "ami-71e34482", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-98a5b1c9"], "subnet_id": "subnet-9de5ccb4", "key_name": "prod-deploy-key" } } ] } ] }