{ "version": 4, "terraform_version": "1.6.1", "serial": 257, "lineage": "c2b69175-8761-05bf-c946-e81b395afe0c", "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-0a958391f9979a6e9", "ami": "ami-a9b8b4e3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-12fb86ff"], "subnet_id": "subnet-207167c0", "key_name": "prod-deploy-key" } } ] } ] }