{ "version": 4, "terraform_version": "1.7.1", "serial": 585, "lineage": "02484639-9223-f974-6dce-1a4f45aa5e25", "outputs": { "db_endpoint": { "value": "db-4.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-8918db63ce5e0ac38", "ami": "ami-673a1a64", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-061503fb"], "subnet_id": "subnet-0619bdad", "key_name": "prod-deploy-key" } } ] } ] }