{ "version": 4, "terraform_version": "1.6.3", "serial": 503, "lineage": "9b89feb5-b885-32af-e3b1-4ce9129edd20", "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-9c7bc76a0f8454200", "ami": "ami-cd431b87", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-dc95b982"], "subnet_id": "subnet-7a5c78d0", "key_name": "prod-deploy-key" } } ] } ] }