{ "version": 4, "terraform_version": "1.5.1", "serial": 569, "lineage": "7f35b194-2e6a-2eef-094e-171885a5b74e", "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-c1962f6ae755b5397", "ami": "ami-da87f82b", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-5047d212"], "subnet_id": "subnet-bee3f3e5", "key_name": "prod-deploy-key" } } ] } ] }