{ "version": 4, "terraform_version": "1.7.3", "serial": 268, "lineage": "6586bf2a-b660-f259-5c76-02fa1b746303", "outputs": { "db_endpoint": { "value": "db-0.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-609c0e9035b53d016", "ami": "ami-efad5d4c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-3577d96a"], "subnet_id": "subnet-b1c03910", "key_name": "prod-deploy-key" } } ] } ] }