{ "version": 4, "terraform_version": "1.6.6", "serial": 422, "lineage": "a94d785f-3fe4-2715-5233-9bbd3e6dde15", "outputs": { "db_endpoint": { "value": "db-2.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-134a1cc9c51102f2b", "ami": "ami-bd71e292", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-57385570"], "subnet_id": "subnet-1db09e07", "key_name": "prod-deploy-key" } } ] } ] }