{ "version": 4, "terraform_version": "1.6.4", "serial": 492, "lineage": "29d7e4c0-dfd8-d9af-3468-c46b1f9c79b3", "outputs": { "db_endpoint": { "value": "db-3.eu-west-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.startup.dev", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-1e5d8b728c5f3f859", "ami": "ami-beff3ce0", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-fa5b4828"], "subnet_id": "subnet-049cc12b", "key_name": "prod-deploy-key" } } ] } ] }