{ "version": 4, "terraform_version": "1.6.0", "serial": 108, "lineage": "d0854d42-5773-c91c-4a19-e8a406d219d2", "outputs": { "db_endpoint": { "value": "db-1.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-cf2b44547dbc85ec9", "ami": "ami-894990a3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-11725e8e"], "subnet_id": "subnet-557cb285", "key_name": "prod-deploy-key" } } ] } ] }