{ "version": 4, "terraform_version": "1.6.4", "serial": 473, "lineage": "9eb3cbd4-7a5e-6f08-bc97-fcf2c23ba66c", "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-6c19d160303e8f2fc", "ami": "ami-43caf7f3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-973caa97"], "subnet_id": "subnet-ef22a704", "key_name": "prod-deploy-key" } } ] } ] }