{ "version": 4, "terraform_version": "1.8.3", "serial": 120, "lineage": "a6829431-95fe-c7f1-c8c2-284060f8df06", "outputs": { "db_endpoint": { "value": "db-3.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-ab119a2ef7d68c17f", "ami": "ami-785c9c55", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-bb98a953"], "subnet_id": "subnet-daae6b82", "key_name": "prod-deploy-key" } } ] } ] }