{ "version": 4, "terraform_version": "1.6.1", "serial": 566, "lineage": "008de018-1afa-0065-781b-0e7410d86ffe", "outputs": { "db_endpoint": { "value": "db-3.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-8ebba97550b359642", "ami": "ami-c7a7a833", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cfc509e6"], "subnet_id": "subnet-c7d8dfc2", "key_name": "prod-deploy-key" } } ] } ] }